com.sabro.jbusiness.gui.formConjuntos
Class ConjuntosLista.GBCHelper

java.lang.Object
  extended by java.awt.GridBagConstraints
      extended by com.sabro.jbusiness.gui.formConjuntos.ConjuntosLista.GBCHelper
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
ConjuntosLista

public class ConjuntosLista.GBCHelper
extends java.awt.GridBagConstraints

Classe fachada para agilizar o uso de Layout Constraints

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.awt.GridBagConstraints
ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, anchor, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, BOTH, CENTER, EAST, fill, FIRST_LINE_END, FIRST_LINE_START, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, LAST_LINE_END, LAST_LINE_START, LINE_END, LINE_START, NONE, NORTH, NORTHEAST, NORTHWEST, PAGE_END, PAGE_START, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST
 
Constructor Summary
ConjuntosLista.GBCHelper()
           
ConjuntosLista.GBCHelper(java.awt.Insets insets)
           
 
Method Summary
 ConjuntosLista.GBCHelper buildLayout(int x, int y, int fill)
           
 ConjuntosLista.GBCHelper buildLayout(int x, int y, int fill, int anchor)
           
 ConjuntosLista.GBCHelper buildLayout(int x, int y, int fill, int anchor, java.awt.Insets insets)
           
 ConjuntosLista.GBCHelper setGridheight(int height)
           
 ConjuntosLista.GBCHelper setGridwidth(int width)
           
 ConjuntosLista.GBCHelper setWeightx(double x)
           
 ConjuntosLista.GBCHelper setWeighty(double y)
           
 
Methods inherited from class java.awt.GridBagConstraints
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConjuntosLista.GBCHelper

public ConjuntosLista.GBCHelper()

ConjuntosLista.GBCHelper

public ConjuntosLista.GBCHelper(java.awt.Insets insets)
Method Detail

buildLayout

public ConjuntosLista.GBCHelper buildLayout(int x,
                                            int y,
                                            int fill,
                                            int anchor,
                                            java.awt.Insets insets)

buildLayout

public ConjuntosLista.GBCHelper buildLayout(int x,
                                            int y,
                                            int fill,
                                            int anchor)

buildLayout

public ConjuntosLista.GBCHelper buildLayout(int x,
                                            int y,
                                            int fill)

setGridheight

public ConjuntosLista.GBCHelper setGridheight(int height)

setGridwidth

public ConjuntosLista.GBCHelper setGridwidth(int width)

setWeightx

public ConjuntosLista.GBCHelper setWeightx(double x)

setWeighty

public ConjuntosLista.GBCHelper setWeighty(double y)